home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gSlideSpeed
- startTimer()
- repeat while the timer < (gSlideSpeed * 10 * 60)
- nothing()
- end repeat
- songUpdate()
- set mtime to the movieTime of sprite 3
- set the movieTime of sprite 3 to mtime + 60
- go(the frame)
- end
-
- on enterFrame
- set the movieRate of sprite 3 to 0
- end
-